home *** CD-ROM | disk | FTP | other *** search
- object FormEdit: TFormEdit
- Left = 216
- Top = 138
- HorzScrollBar.Size = 16
- HorzScrollBar.Tracking = True
- AutoScroll = False
- Caption = 'Image'
- ClientHeight = 271
- ClientWidth = 390
- Color = clBtnFace
- ParentFont = True
- FormStyle = fsMDIChild
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poDefault
- Scaled = False
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnMouseWheelDown = FormMouseWheelDown
- OnMouseWheelUp = FormMouseWheelUp
- OnShow = ScrollBoxScroll
- PixelsPerInch = 96
- TextHeight = 12
- object ScrollBox: TBigScrollBox
- Left = 0
- Top = 0
- Width = 390
- Height = 271
- LeaveControl = PaintBox
- OnLeaveControl = ScrollBoxLeaveControl
- OnScroll = ScrollBoxScroll
- OnPaint = ScrollBoxPaint
- Align = alClient
- TabOrder = 0
- OnMouseDown = ScrollBoxMouseDown
- OnMouseMove = ScrollBoxMouseMove
- OnResize = ScrollBoxResize
- object PaintBox: TDXPaintBox
- Left = 40
- Top = 48
- Width = 105
- Height = 105
- AutoStretch = False
- Center = False
- KeepAspect = False
- Stretch = False
- ViewWidth = 0
- ViewHeight = 0
- OnMouseDown = PaintBoxMouseDown
- OnMouseMove = PaintBoxMouseMove
- OnMouseUp = PaintBoxMouseUp
- end
- end
- object TimerColor: TTimer
- OnTimer = TimerColorTimer
- Left = 220
- Top = 8
- end
- end
-